home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2004 April / SGI IRIX 6.5 Applications 2004 April.iso / dist / mozilla.idb / var / netscape / mozilla / chrome / ro-RO.jar / locale / ro-RO / help / testhelp.rdf < prev    next >
Extensible Markup Language  |  2002-09-20  |  947b  |  27 lines

  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.          xmlns:nc="http://home.netscape.com/NC-rdf#">
  4.  
  5. <!-- MOZILLA MASTER HELP DOCUMENT -->
  6.   <rdf:Description about="urn:root"
  7.           nc:title="Test Help."
  8.           nc:base="chrome://help/locale/"
  9.           nc:defaulttopic="nav-doc"
  10.           >
  11.     <nc:panellist>
  12.       <rdf:Seq>
  13.         <rdf:li> <rdf:Description nc:panelid="search" nc:datasources="rdf:null"/> </rdf:li>
  14.         <!-- dummy.rdf is used to test missing datasource handling-->
  15.         <rdf:li> <rdf:Description nc:panelid="toc" nc:datasources="help-toc.rdf"/> </rdf:li>
  16.         <rdf:li> <rdf:Description nc:panelid="index" nc:datasources="help-indexAZ.rdf help-index1.rdf"/> </rdf:li>
  17.         <rdf:li> <rdf:Description nc:panelid="glossary"  nc:datasources="help-glossary.rdf"/> </rdf:li>
  18.       </rdf:Seq>
  19.     </nc:panellist>
  20.   </rdf:Description>
  21.  
  22. </rdf:RDF>
  23.  
  24.  
  25.  
  26.  
  27.